翻訳と辞書
Words near each other
・ Planalto da Serra
・ Planalto foliage-gleaner
・ Planalto hermit
・ Planalto Military Command
・ Planalto Mirandês wine
・ Planalto slaty antshrike
・ Planalto tapaculo
・ Planalto tyrannulet
・ Planalto woodcreeper
・ Planalto, Bahia
・ Planalto, Paraná
・ Planalto, Rio Grande do Sul
・ Planalto, São Paulo
・ Planaltoa
・ Planar
Planar (computer graphics)
・ Planar algebra
・ Planar array
・ Planar array radar
・ Planar chirality
・ Planar cover
・ Planar deformation features
・ Planar Doppler velocimetry
・ Planar Fourier capture array
・ Planar graph
・ Planar Hall sensor
・ Planar Handbook
・ Planar hexacoordinate carbon
・ Planar hydroid
・ Planar lamina


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Planar (computer graphics) : ウィキペディア英語版
Planar (computer graphics)

In computer graphics, planar is the method of representing pixel colours with several ''bitplanes'' of RAM. Each bit in a bitplane is related to one pixel on the screen. Unlike Chunky, Highcolour or Truecolour graphics, the whole data for an individual pixel isn't in one specific location in RAM, but spread across the bitplanes that make up the display.
This scheme originated in the early days of home computing, when cheaper memory chips could not supply data fast enough on their own to generate a picture on a TV screen or monitor. By splitting the data up into multiple planes, each plane could be stored on a separate memory chip. These chips could then be read in parallel at a slower rate, allowing graphical display on modest hardware. The CGA and EGA video adapters on early IBM PC computers used planar arrangement in colour graphical modes for this reason. When the later VGA was introduced, memory speeds had increased to the point where planar video modes were no longer a necessity, and aside from backwards-compatibility, using planar mode or not was left as a choice for the programmer.〔http://wiki.osdev.org/VGA_Hardware〕
For example, on a chunky display, each byte represents one pixel. Three pixels in a row would be stored as follows, where up to 256 different colours are available:
Whereas a planar data store could use 2 bitplanes, providing for a 4 colour display:
Adding a third plane would make 23=8 colours available. Where fewer than 256 colours are needed, planar graphics are more economical in RAM compared with chunky graphics, as there are no unused bits in a given byte.
A disadvantage of planar graphics is that more RAM address cycles are needed for scrolling and animations, although these operations can be made faster by dedicated hardware such as the blitter chips used in Amiga and some later Atari ST computers.
== References ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Planar (computer graphics)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.